All Questions
2 questions
1vote
0answers
44views
Performing Regression on Text and Image together in the most efficient way
I have a dataset with texts and images. The texts are present in a CSV file, which I am able to read using Pandas. The CSVs contain the image names, and I have the corresponding pngs which are ...
0votes
1answer
111views
Football match prediction using regression
I am trying to predict goal difference of football matches in keras using a single layer Neural Network. I used mse as metrics and its a low value aroung 0.05 but some predictions has huge difference. ...